PowerTCP Sockets for .NET
Write(Byte[]) Method




Syntax
'Declaration
 
Public Overloads Function Write( _
   ByVal buffer() As Byte _
) As Data
'Usage
 
Dim instance As TcpBase
Dim buffer() As Byte
Dim value As Data
 
value = instance.Write(buffer)
public Data Write( 
   byte[] buffer
)
public: Data* Write( 
   byte[]* buffer
) 
public:
Data^ Write( 
   array<byte>^ buffer
) 

Parameters

buffer
See Also

Reference

TcpBase Class
TcpBase Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic